ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Formats.XMP Namespace / ImGearXMPArray<T> Class / Clear Method




In This Topic
Clear Method (ImGearXMPArray<T>)
In This Topic
Removes all elements from the ImGearXMPArray<T>.
Syntax
'Declaration
 
Public Sub Clear() 
 
'Usage
 
Dim instance As ImGearXMPArray(Of T)
 
instance.Clear()
See Also